crypto/tls.Config.supportedVersions (method)

4 uses

	crypto/tls (current package)
		common.go#L1031: func (c *Config) supportedVersions(isClient bool) []uint16 {
		common.go#L1053: 	supportedVersions := c.supportedVersions(isClient)
		common.go#L1098: 	supportedVersions := c.supportedVersions(isClient)
		handshake_client.go#L60: 	supportedVersions := config.supportedVersions(roleClient)